home *** CD-ROM | disk | FTP | other *** search
/ LG Super CD / LG Super CD.iso / vx4400 / drivers / lgusbdriverinstallation_35f.exe / data1.cab / Program_Executable_Files / lgatsdm2.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2002-10-17  |  4.4 KB  |  139 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  lgatsdm2.inf
  4. ;
  5. ; Function:
  6. ;    Install the LG CDMA USB Modem Diagnostic Serial Port Drivers (WDM) on Win2000
  7. ;
  8. ; Copyright (c) 1997-2001 MCCI
  9. ;
  10. ; $Id: lower2k.inf,v 1.20 2002/04/11 14:34:42 greg Exp $
  11. ;
  12. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  13. ;
  14. ; NOTICE: This software is licensed, not sold.  Any modification of this
  15. ; inf file to change the reference to an operating system or to change the
  16. ; reference to a device is not permitted unless authorized in writing by
  17. ; Moore Computer Consultants, Inc..
  18. ;
  19. ;*****************************************************************************
  20.  
  21. [Version]
  22. signature="$WINDOWS NT$"
  23. Class=Ports
  24. ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
  25. Provider=%Provider%
  26. DriverVer=10/15/2002, 3.35.0.600
  27.  
  28. [ControlFlags]
  29. ExcludeFromSelect = *
  30.  
  31. [SourceDisksNames]
  32. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  33. 1=%DiskString%,"lgatserd.sys",,
  34.  
  35. [SourceDisksFiles]
  36. ; filename = diskid[,[ subdir][, size]]
  37. lgatserd.sys = 1
  38. lgatcmnt.sys = 1
  39.  
  40. ;-----------------------------------------------------------------------------
  41. ; Specify target paths...
  42. ;-----------------------------------------------------------------------------
  43.  
  44. [DestinationDirs]
  45. DefaultDestDir = 12                    ; system32\drivers
  46. CopyFiles = 12                         ; system32\drivers
  47. CopyFiles.Win2K = 12                   ;
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Table of Contents
  51. ;-----------------------------------------------------------------------------
  52. [Manufacturer]
  53. %LG%=LG
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; Device-by-device entries
  57. ;-----------------------------------------------------------------------------
  58. [LG]
  59. %LG.Comm.Desc% = LG.Install, USB\VID_1004&PID_6000&Class_FF&SubClass_FF&OS_NT
  60.  
  61. ;-----------------------------------------------------------------------------
  62. ; Installation instructions
  63. ;-----------------------------------------------------------------------------
  64.  
  65. [LG.Install.nt]
  66. AddReg        = LG.AddReg,LG.NT.AddReg
  67. CopyFiles    = CopyFiles, CopyFiles.Win2K
  68.  
  69. ;-----------------------------------------------------------------------------
  70. ;  Registry
  71. ;-----------------------------------------------------------------------------
  72.  
  73. ; common registry entries 
  74. [LG.AddReg]
  75. HKR,,NTMPDriver,,lgatserd.sys
  76.  
  77. ; only for NT...
  78. [LG.NT.AddReg]
  79. HKR,,PortSubClass,1,01
  80. HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
  81.  
  82. ;-----------------------------------------------------------------------------
  83. ;  Copy lists
  84. ;-----------------------------------------------------------------------------
  85. [CopyFiles]
  86.  
  87. [CopyFiles.Win2K]
  88. lgatserd.sys
  89. lgatcm.sys,lgatcmnt.sys
  90. lgatcmnt.sys
  91.  
  92.  
  93. ;-----------------------------------------------------------------------------
  94. ;  NT Services installation
  95. ;-----------------------------------------------------------------------------
  96. [LG.Install.NT.Services]
  97. AddService = lgatserd, 0x00000002, LG.Install.AddService
  98.  
  99. [LG.Install.AddService]
  100. DisplayName    = %LG.Service.Name%
  101. Description    = %LG.Service.Desc%
  102. ServiceType    = 1            ;%SERVICE_KERNEL_DRIVER%
  103. StartType    = 3            ;%SERVICE_DEMAND_START%
  104. ErrorControl    = 1            ;%SERVICE_ERROR_NORMAL%    
  105. ServiceBinary    = %12%\lgatserd.sys
  106.  
  107.  
  108. ;-----------------------------------------------------------------------------
  109. ; STRINGS
  110. ;-----------------------------------------------------------------------------
  111. [Strings]
  112.  
  113. ;<<localize the following>>
  114.  
  115. ;BEGIN ENG - US English Strings
  116.  
  117. Provider = "LG Electronics Inc."
  118. LG = "LG Electronics Inc."
  119. DiskString = "LG CDMA USB Diagnostic Serial Port Drivers installation disk"
  120.  
  121. LG.Comm.Desc = "LG CDMA USB Modem Diagnostic Serial Port Drivers (WDM)"
  122. LG.Service.Name = "LG CDMA USB Modem Diagnostic Serial Port Drivers (WDM)"
  123. LG.Service.Desc = "LG CDMA USB Modem Diagnostic Serial Port Drivers (WDM)"
  124.  
  125. CustomerDataPath = "LG CDMA USB Modem"
  126. DriverSet = "LG CDMA USB Modem Software"
  127. UninstallFile = "LGATUninstall.exe"
  128. McciOptions = "Uninstallable"
  129.  
  130.  
  131. ;END ENG - US English Strings
  132.  
  133. ;-----------------------------------------------------------------------------
  134. ; The following are symbolic constants which don't change per locale.
  135. ;-----------------------------------------------------------------------------
  136.  
  137.  
  138. ;*** end of file ***
  139.